<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cbp-hrmenu {
	width: 100%;
	font-size: 16px;
	color: #fff;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu &gt; ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.cbp-hrmenu &gt; ul &gt; li {
	display: inline-block;
}


.cbp-hrmenu &gt; ul &gt; li &gt; a {
	padding-right:50px; display: block; height: 50px;line-height: 50px;font-size: 16px;
	color: #fff;
}

.cbp-hrmenu &gt; ul &gt; li &gt; a:hover {
	color: #bbd2ff;
	line-height: 48px;
	text-decoration: none;
}

.cbp-hrmenu &gt; ul &gt; li.cbp-hropen a {
	color: #24468a;
}
.cbp-hrmenu &gt; ul &gt; li.cbp-hropen a:hover {
	text-decoration: underline;
}

.cbp-hrmenu &gt; ul &gt; li.cbp-hropen &gt; a {
	color: #fff;
}
.cbp-hrmenu &gt; ul &gt; li.cbp-hropen &gt; a:hover {
	color: #bbd2ff;
	text-decoration: none;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	z-index: 999;
	background: #ededed;
	width: 100%;
	left: 0;
	border-bottom: 1px solid #24468a;
	/*filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9;*/
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner &gt; div {
	width: 30%;
	float: left;
	padding: 0 1.2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner &gt; div a {
	line-height: 2em;
}

.cbp-hrsub h4 {
	color: #333;
	padding: 1em 0 0.3em;
	margin: 0 0 0.5em;
	font-size: 130%;
	font-weight: 300;
	border-bottom: 1px solid #ddd;
}

/* Examples for media queries */

@media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) { 

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu &gt; ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu &gt; ul &gt; li {
		display: block;
		border-bottom: 4px solid #47a3da;
	}

	.cbp-hrmenu &gt; ul &gt; li &gt; a { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner &gt; div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}



</pre></body></html>